projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ebcdd
)
testtooltips: Don't call gdk_window_get_pointer() in expose events
author
Benjamin Otte
<otte@redhat.com>
Wed, 8 Sep 2010 22:32:40 +0000
(
00:32
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Sun, 26 Sep 2010 13:11:41 +0000
(15:11 +0200)
tests/testtooltips.c
patch
|
blob
|
history
diff --git
a/tests/testtooltips.c
b/tests/testtooltips.c
index c228c23241e9e6f73e0379a7e0e0f42282746108..35a7de0febf37b27c1092518483b54d325b4e27d 100644
(file)
--- a/
tests/testtooltips.c
+++ b/
tests/testtooltips.c
@@
-216,8
+216,6
@@
drawing_area_expose (GtkWidget *drawing_area,
window = gtk_widget_get_window (drawing_area);
- gdk_window_get_pointer (window, NULL, NULL, NULL);
-
cr = gdk_cairo_create (window);
gtk_widget_get_allocation (drawing_area, &allocation);